* window.c (Fprevious_window): Typo.
authorJim Blandy <jimb@redhat.com>
Fri, 11 Jun 1993 11:18:37 +0000 (11:18 +0000)
committerJim Blandy <jimb@redhat.com>
Fri, 11 Jun 1993 11:18:37 +0000 (11:18 +0000)
src/window.c

index c9391a7503e29e0257d6fd57fc10950380e3457a..96606a8aa6d58f5526d4c4014d2dee42a15ba8e6 100644 (file)
@@ -978,7 +978,7 @@ windows, eventually ending up back at the window you started with.\n\
 #endif
            /* If this frame has a minibuffer, find that window first,
               because it is conceptually the last window in that frame.  */
-           tem = FRAME_MINIBUFFER_WINDOW (XFRAME (tem));
+           tem = FRAME_MINIBUF_WINDOW (XFRAME (tem));
            if (NILP (tem))
              tem = FRAME_ROOT_WINDOW (XFRAME (tem));